ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientDraggingColumnOver Property

In This Topic
    OnClientDraggingColumnOver Property (FlexGridBase<T>)
    In This Topic
    Occurs as the user drags a column to a new position.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientDraggingColumnOver As String
    public virtual string OnClientDraggingColumnOver {get; set;}
    See Also